home *** CD-ROM | disk | FTP | other *** search
-
- ~4Dgifts/toolbox/src/exampleCode/opengl/siggraphCD README
-
-
- THIS CODE RUNS/COMPILES ON 5.1 Irix OR LATER
- THIS CODE WILL NOT RUN ON LESS THAN 5.1 Irix
-
-
- this is a slightly abbreviated and updated subtree of the OpenGL CD given
- out at siggraph 1993. the newer sections than the siggraphCD include
- more in the lib/libtk directory, extra demos in src/demos (atlantis,
- fadeflip, & stonehenge) and 3 extra programs in src/examples/samples
- (tcursor, toverlay & tshape).
-
-
- This software initially comes on CD-ROM. It's suggested that
- for source code that you wish to compile, you should copy
- that software onto a read/writable disk. You will almost
- certainly have to fiddle with the Imakefile or Makefiles.
-
- The spec directory contains no source code, but it does contain
- Release 1.0.10 of the OpenGL Specification, including the OpenGL
- Utility Library, and the API for the OpenGL extension to the X Window
- System, as released by the OpenGL Architectural Review Board. As of
- July, 1993, the OpenGL Architectural Review Board consists of Digital
- Equipment, IBM, Intel, Microsoft, and Silicon Graphics.
-
- The OpenGL Specification will enable people to get a more in-depth
- understanding of the internals of OpenGL. (For most people, the
- Addison-Wesley book series will be enough documentation.) However,
- this copy of the Specification is not a license to implement OpenGL
- or to use the trademark OpenGL(TM). Contact Mason Woo at Silicon
- Graphics, Inc. for more details about licensing.
-
- The src directory contains source code. The source code provided
- is for your examination. You may use the source code, subject to
- the legal notices posted along with the source code.
-
- In the src/examples directory are two subdirectories:
- samples and book. The samples directory contains programs which
- are part of the release which has been approved by the OpenGL
- Architectural Review Board. The book directory contains the program
- examples from "The OpenGL Programming Guide," published by Addison-Wesley,
- ISBN 0-201-63274-8. The samples directory requires that you link with
- the tk library, found on lib/libtk. The book directory contains
- examples which require the aux library, found on lib/libaux.
- (Note that lib/libaux will also look for lib/libtk.
- To use libaux, you must have libtk files, too.)
-
- The src/demos directory contains programs including games, mathematical
- demos, and the famous insect demo. Several of the demos require the
- OpenGL widget, which is found in lib/libGLw. For some of the games
- there are also texture files which have been put in src/data.
-
-
- ------------
- Copyright (c) 1992, 1993 Silicon Graphics, Inc. All Rights Reserved.
-
- The OpenGL(TM) Specification on this CD-ROM is protected by
- International Copyright Law, and is proprietary to Silicon
- Graphics, Inc. You may not copy, adapt, distribute, or publicly
- perform or display any portion of such material without the
- express, prior written consent of Silicon Graphics, Inc. Your
- receipt or possession of the OpenGL Specification does not grant
- to you or anyone else any right to reproduce, create derivative
- works based on or distribute or otherwise disclose any of its
- contents, or to manufacture, use or sell anything that embodies
- any of the material included herein, in whole or in part,
- provided, however, that you may print one interpreted copy of the
- PostScript(R) version of the OpenGL Specification provided on
- this CD-ROM for your personal reference in connection with your
- use of an OpenGL product.
-
- THE MATERIAL EMBODIED ON THIS CD-ROM IS PROVIDED TO YOU "AS-IS"
- AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
- INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
- FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
- GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
- SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
- KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
- LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
- THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
- POSSESSION, USE OR PERFORMANCE OF THIS CD-ROM, OR THE MATERIAL
- CONTAINED ON THIS CD-ROM.
-
- U. S. Government Restricted Rights Legend
-
- Use, duplication, or disclosure by the Government is subject to
- restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
- (c)(1)(ii) of the Rights in Technical Data and Computer Software
- clause at DFARS 252.227-7013 and/or in similar or successor
- clauses in the FAR or the DOD or NASA FAR Supplement.
- Unpublished-- rights reserved under the copyright laws of the
- United States. Contractor/manufacturer is Silicon Graphics,
- Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.
-
- OpenGL is a trademark of Silicon Graphics, Inc. PostScript is a
- registered trademark of Adobe Systems Incorporated.
-
-